Prevent event listener socket from being inherited by children.
authorjbulpin@wicket.uk.xensource.com <jbulpin@wicket.uk.xensource.com>
Sat, 29 Oct 2005 00:58:00 +0000 (01:58 +0100)
committerjbulpin@wicket.uk.xensource.com <jbulpin@wicket.uk.xensource.com>
Sat, 29 Oct 2005 00:58:00 +0000 (01:58 +0100)
commitadeed21529928c872b8379714a976c2380d176eb
treecc1d615e89bebe98a4b1309b199a8c7eba057cb6
parent3716f9ba7bb670873ecb572f343aabcb77b9a9e0
Prevent event listener socket from being inherited by children.
This was passing down to dhclient which was keeping the 8001 port
open and preventing xend restarting.

Also fixed a case typo in setCloExec

Signed-off-by: James Bulpin <james@xensource.com>
tools/python/xen/web/tcp.py
tools/python/xen/xend/server/event.py